home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Plus Special 23
/
AMIGAplus Sonderheft 23 (2000)(Falke)(DE)[!].iso
/
Rexx
/
ImageMaster_EXPORT.rexx
< prev
next >
Wrap
OS/2 REXX Batch file
|
1999-11-06
|
487b
|
21 lines
/*
** EXPORTS A PICTURE FROM PictureManager into ImageMaster
**
** (c) 1995 J. Schaefer - ALL RIGHTS RESERVED
**
**
**
** NOTE: If you write your own AREXX-script to export pictures from
** Picture Manager Professional to any programs,
** change the path and filename of the file to process
** to PicManFile (see below, CASE SENSITIVE!!!)
**
** Read the PictureManager manual for more information
**
*/
ADDRESS "IM_Port"
SETCURRENT ''
LOAD PicManFile
EXIT 0